home *** CD-ROM | disk | FTP | other *** search
- <!doctype html public "-//IETF//DTD HTML//EN">
- <HTML>
- <HEAD>
- <TITLE>Database Connectivity Demo</TITLE>
- <BODY BACKGROUND="/images/back.gif" RGB="#000000" TEXT="#000000" LINK="#0000ff" VLINK="#ff00f0">
- <META NAME="GENERATOR" CONTENT="Internet Assistant for Word 1.0Z">
- <META NAME="AUTHOR" CONTENT="Larion Vasilkovsky">
- </HEAD>
- <BODY>
- <H1> Now you can publish your Database without writing a single line of code</H1>
- <P>
- <UL>
- <LI>Demo DB contains 9 records</LI>
- <LI>To see them all enter character '*' in any field and click on "Search" button</LI>
- <LI>You can use logical operators(OR, AND)</LI>
- <LI>You can enter either whole or partial keyword</LI>
- <LI>For instance you can enter "lar OR ir OR ros" into 'First Name' field</LI>
- <LI>You can use ">", "<" or ">=" and "<=" signs to search DB</LI>
- <LI>To show the field in the report but not in HTML Form use TYPE="HIDDEN" tag
- <LI>You will benefit by using Netscape 1.1 browser</LI>
- </UL>
- <FORM METHOD="POST" ACTION="/data/IlarDtb.dbc">
- <PRE>
- First Name: <INPUT NAME="MailingList.firstname" VALUE="" >
- Last Name: <INPUT NAME="MailingList.lastname" VALUE="" >
- Address: <INPUT NAME="MailingList.address" VALUE="" >
- City: <INPUT NAME="MailingList.city" VALUE="">
- State: <INPUT NAME="MailingList.state" VALUE="">
- Country: <INPUT NAME="MailingList.country" VALUE="">
- Home Phone: <INPUT NAME="MailingList.homephone" VALUE="">
- Work Phone: <INPUT NAME="MailingList.workphone" VALUE="">
- </PRE>
- <P>
- To submit search, please press this button: <INPUT TYPE="submit" VALUE="Search">.
- </FORM>
- <H1> Now you can add new records to your Database</H1>
- <P>
- <UL>
- <LI>To enable addition just append your ACTION tag with "/add" logical path</LI>
- <LI>See details in documentation</LI>
- </UL>
- <FORM METHOD="POST" ACTION="/data/IlarDtb.dbc/add">
- <PRE>
- First Name: <INPUT NAME="MailingList.firstname" VALUE="" >
- Last Name: <INPUT NAME="MailingList.lastname" VALUE="" >
- Address: <INPUT NAME="MailingList.address" VALUE="" >
- City: <INPUT NAME="MailingList.city" VALUE="">
- State: <INPUT NAME="MailingList.state" VALUE="">
- Country: <INPUT NAME="MailingList.country" VALUE="">
- Home Phone: <INPUT NAME="MailingList.homephone" VALUE="">
- Work Phone: <INPUT NAME="MailingList.workphone" VALUE="">
- </PRE>
- <P>
- To add the record to the database, please press this button: <INPUT TYPE="submit" VALUE="Add">.
- </FORM>
- <H3><A HREF="/folkweb.htm"><IMG SRC="/images/larrow.gif" ALIGN="BOTTOM">Back to Folkweb Server Page</A>
- </H3>
- </BODY>
- </HTML>
-